home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 2 / United Public Domain Gold 2.iso / utilities / pu429.dms / pu429.adf / Kick-Ram.Doc < prev    next >
Text File  |  1993-09-29  |  4KB  |  124 lines

  1. ------------------------------------------------------------------------------
  2.  
  3.  
  4.                   ####   ####  #### ####   ####
  5.                   ####  ####   #### ####   ####
  6.                   #### ####    #### ####   ####
  7.                   ################# ####   ####
  8.                   ################# ####   ####
  9.                   #### ####    #### ####   ####
  10.                   ####  ####   #### ####  ####  ##########
  11.                   ####   ####  #### #########  ###########
  12.  
  13.  
  14.                                   PRESENTS
  15.  
  16.                                 KICK-RAM V1.5                 (4/08/93)
  17.  
  18.          THIS PROGRAM IS PUBLIC DOMAIN AND MAY BE FREELY DISTRIBUTED
  19.          SO LONG AS THIS DOCUMENTAION FILE IS PRESENT AND UNCHANGED.
  20.  
  21. ------------------------------------------------------------------------------
  22.  
  23. What is it?
  24. ===========
  25. Kick-Ram is a utility to take the chore out of setting up scripts, copying
  26. commands into memory, etc.  When you want to use the  C:  Commands many of
  27. you will have been frustrated by having to insert WorkBench etc, etc.
  28.  
  29. No more!
  30.  
  31. Kick-Ram contains the most used CLI commands in one file.  On running
  32. the program, 20 useful CLI commands are dumped into RAM:.
  33. 18 are placed into RAM: if you have a Kickstart 2.xx machine as two of
  34. the commands are already resident.
  35.  
  36.  
  37.  
  38. Requirements
  39. ============
  40. Any Amiga computer will do for this, from 1.2 to 2.xx machines.
  41. If you are running this on a non Kickstart 2 machine, you will need the
  42. Ram-Handler file in the L: directory.
  43.  
  44.  
  45.  
  46.  
  47. Usage
  48. =====
  49. Simply load Kick-Ram from the CLI by typing at the prompt.
  50.  
  51.                           1> Kick-Ram
  52.  
  53. At only 30k you can squeeze it onto WorkBench.  Once the commands have
  54. been placed into RAM:, the program only takes about 40k of memory!
  55.  
  56.  
  57.  
  58.  
  59. Commands installed
  60. ==================
  61.   Add44k                           Assign
  62.   Avail                            Blitzfonts
  63. * CD                               Copy
  64.   Date                 Delete                           
  65.   Dir                   Execute                          
  66.   Info                    Install                          
  67.   List                   Makedir                          
  68.   Protect               Relabel                          
  69.   Rename             * Run
  70.   Setmap               Type                             
  71.  
  72. NOTE: * means not on 2.xx machines
  73.  
  74.  
  75.  
  76.  
  77. Using the Commands
  78. ==================
  79. No problems here.  Use them as if they were normal CLI commands off the
  80. Workbench disk.  Because the files are not resident, you can also delete them
  81. if you want to save memory.  Initially, you must access the commands by using
  82. a prefix path of RAM:
  83.  
  84.     eg.    Ram:dir mydisk:
  85.  
  86. This can easily be solved if you have the PATH command on the disk.  Just
  87. type or add to your startup-sequence,
  88.  
  89.         path ram: add
  90.  
  91. Now you can just type,
  92.  
  93.         dir mydisk:
  94.     OR    list mydisk:
  95.  
  96. And DOS will automatically look at RAM: for the command.
  97.  
  98.  
  99.  
  100.  
  101. About
  102. =====
  103. This program was written because beginners can have a real hard time trying
  104. to use the Shell.  Also an old program called Quick-Ram by Metallion.  The
  105. commands it had were ancient by now, so I needed a new version that worked
  106. on Kickstart 2.  Also because Commodore left out the most useful commands!
  107. Kick-Ram was coded in assembly by Wai Hung "Khul" Liu.
  108.  
  109.  
  110.             //
  111.                // Thanks to Amiga for being THE BEST!!  ;-)
  112.              \X/
  113.  
  114. ------------------------------------------------------------------------------
  115. Program History
  116.  
  117. v1.5 (04.8.93) - This update only took a few minutes.  Added in a routine to
  118. check for Kickstart 2.xx, which then does not write out 2 commands because
  119. they are already resident (wow!).  These are CD and RUN.
  120.  
  121. v1.1 (3.9.92) - First release version.  No bugs reported.
  122.  
  123. ------------------------------------------------------------------------------
  124.